Button-List Settings

Description

Settings for configuring the initial state, appearance, and behavior for a ControlBar Button-List item.

Name
Description
Allow multiple selections

Check this property if you want to be able to select multiple buttons in a button-list, as opposed to having only one button active at any given time.

Allow null selection

Check this property is you want to give users the ability to have none of the buttons in a controlbar button-list selected.

Auto-hide disclosure

Specify if the current open Disclosure (if any) should be closed when a button is tapped. If 'auto' then use the 'autoHide' property defined on the 'disclosure-button' or in the .showDisclosure() method.

Button-list Settings

Define the settings for the Button-list.

Class name

The class name to put on the element that contains the button list.

Disabled expression

Enter an expression. If the expression is true or empty, the Button-list will be shown.

Fill width

If the ControlBar is laid out horizontally, should the buttons fill the width of the ControlBar? If this property is checked the ItemSize property will be set to 100%.

Initial selections

Defines the initial state of the button list. Multiple values can be specified as a comma delimited list.

Null selection class name

Defines one or more classes to apply to the button list when no button is selected. Only available if Allow null selection is enabled.

Show expression

Enter an expression. If the expression is true or empty, the Button-List will be shown.